home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / GX Libraries / PicturesAndPICTLibrary.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-16  |  835 b   |  44 lines  |  [TEXT/MPS ]

  1.  
  2. /*
  3.     File:        PicturesAndPICTLibrary.h
  4.  
  5.     Contains:    This file defines interfaces to the printing PicturesAndPICT library.
  6.  
  7.     Version:    Quickdraw GX 1.1
  8.  
  9.     Written by:    Dave Hersey
  10.  
  11.     Copyright:    © 1994-1995 by Apple Computer, Inc., all rights reserved.
  12.  
  13.     File Ownership:
  14.  
  15.         DRI:                          Dave Hersey
  16.  
  17.         Other Contact:        Ron Voss
  18.  
  19.         Technology:             QuickDraw GX
  20.   
  21.     Change History (most recent first):
  22.  
  23.          <1>      6/6/95    DH        First checked in.
  24. */
  25.  
  26. #ifndef _PICTURESANDPICTLIBRARY_
  27. #define _PICTURESANDPICTLIBRARY_
  28.  
  29. #include <Types.h>
  30. #include <Quickdraw.h>
  31. #include <ToolUtils.h>
  32. #include <Memory.h>
  33. #include <GXMath.h>
  34. #include <StorageLibrary.h>
  35. #include <OffscreenLibrary.h>
  36. #include <QDLibrary.h>
  37. #include <GXPrinting.h>
  38. #include <GXGraphics.h>
  39.  
  40. /* Shape routines */
  41.  
  42. PicHandle    PictureToPICT(gxShape theShape, Boolean simpleProxy);
  43.  
  44. #endif